QuickOPC User's Guide and Reference
UAFieldMetaData Constructor(String,Guid,String,UADataSetFieldFlags,UABuiltInType,UANodeId,Int32,Int32[],Int64,UAKeyValueDictionary)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UAFieldMetaData Class > UAFieldMetaData Constructor : UAFieldMetaData Constructor(String,Guid,String,UADataSetFieldFlags,UABuiltInType,UANodeId,Int32,Int32[],Int64,UAKeyValueDictionary)
The name of the dataset field.
The unique ID for the field in the dataset.
Description of the field.
Flags for the field.
The built-in data type of the field.
The node Id of the data type of this field.
Indicates whether the data type is an array and how many dimensions the array has.
Specifies the maximum supported length of each dimension.
Specifies the maximum supported length of a String or ByteString.
Specifies additional properties for the configured PubSub object.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal dataSetFieldId As Guid, _
   ByVal description As String, _
   ByVal dataSetFieldFlags As UADataSetFieldFlags, _
   ByVal builtInType As UABuiltInType, _
   ByVal dataTypeId As UANodeId, _
   ByVal valueRank As Integer, _
   ByVal arrayDimensions() As Integer, _
   ByVal maximumStringLength As Long, _
   ByVal customPropertyValueDictionary As UAKeyValueDictionary _
)
'Usage
 
Dim name As String
Dim dataSetFieldId As Guid
Dim description As String
Dim dataSetFieldFlags As UADataSetFieldFlags
Dim builtInType As UABuiltInType
Dim dataTypeId As UANodeId
Dim valueRank As Integer
Dim arrayDimensions() As Integer
Dim maximumStringLength As Long
Dim customPropertyValueDictionary As UAKeyValueDictionary
 
Dim instance As New UAFieldMetaData(name, dataSetFieldId, description, dataSetFieldFlags, builtInType, dataTypeId, valueRank, arrayDimensions, maximumStringLength, customPropertyValueDictionary)

Parameters

name
The name of the dataset field.
dataSetFieldId
The unique ID for the field in the dataset.
description
Description of the field.
dataSetFieldFlags
Flags for the field.
builtInType
The built-in data type of the field.
dataTypeId
The node Id of the data type of this field.
valueRank
Indicates whether the data type is an array and how many dimensions the array has.
arrayDimensions
Specifies the maximum supported length of each dimension.
maximumStringLength
Specifies the maximum supported length of a String or ByteString.
customPropertyValueDictionary
Specifies additional properties for the configured PubSub object.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also